15 lines
308 B
C#
15 lines
308 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace cn.sancainet.Resident.health.Entity.TiJian
|
|
{
|
|
public class b_ccimg
|
|
{
|
|
public string id { get; set; }
|
|
public string bgid { get; set; }
|
|
public string imgpath { get; set; }
|
|
}
|
|
}
|