21 lines
473 B
C#
21 lines
473 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CommonWorker.Dto
|
|
{
|
|
public class ResPassTimeDto
|
|
{
|
|
public string ResId { get; set; }
|
|
}
|
|
|
|
public class CompanyBussiness
|
|
{
|
|
public string[] soft { get; set; }
|
|
public string[] xinmeiti { get; set; }
|
|
public int? ProtectTime { get; set; } = 14;
|
|
public decimal limitPrice { get; set; }
|
|
}
|
|
} |